Dragon UnPACKer HTML Template Compiler (DUTHComp) v1.2.1 Freeware
(c)Copyright 2000-2001 Alex Devilliers / Dragon Software 22-07-2001
===============================================================================
What is DUHTComp ?
------------------
This program allow you to make .UHT files for Dragon UnPACKer.
Allowing you if you want to make a HTML Template for the HTML List feature of
Dragon UnPACKer.
How to use DUHTComp
-------------------
The compiler by itself is very easy to use.
Just run it with the filename you wish to compile.
Ex: DUHTComp example.ts
But the TSF (Template Source file) format can seem strange.
The only doc you will have is the commented TS files given (default.ts and
homepage.ts) from the Dragon UnPACKer archive (default.uht and homepage.uht)
along with the needed HTMLs.
You can find those examples in the files:
example-default.zip
example-homepage.zip
It should be enough to understand how to make a template.
But here is the list of macros to know:
(H = Header, F = Footer and V = Variable)
HFV
$$FILE$$ X File (ex: VERSION.TXT)
$$FILE0$$ X File without extension (ex: VERSION)
$$FILEEXT$$ X File extension (ex: TXT)
$$FILENAME$$ XXX Filename of the currently opened file in Dragon UnPACKer
$$FORMAT$$ XX Format of the currently opened file in Dragon UnPACKer
$$DESC$$ X Description
$$DIRECTORY$$ XXX Current directory in main file
$$DUPVER$$ XX Dragon UnPACKer version (displayed #.##.##)
$$DUPEDIT$$ XX Dragon UnPACKer release (displayed ###, ex: Beta)
$$DUPURL$$ XX Dragon UnPACKer Web page URL
$$LNG?????>$$ XX Dragon UnPACKer Language keyword "??????"
$$OFFSET$$ X Offset
$$HOFFSET$$ X Offset (In Hexa, ex: 0009AD01)
$$SIZE$$ X Size
$$HSIZE$$ X Size (In Hexa, ex: 0009AD01)
$$TOTNUMBYTES$$ X Number of bytes in file
$$TOTNUMFILES$$ X Number of files in file
Compatibility list
------------------
DUHTComp is compiling DUHT files version 1 (Revision 05/11/2000).
Here is a list of programs supporting this format:
Dragon UnPACKer v4.12.67 and earlier versions
Contact
-------
Dragon Software is available on the internet at:
http://www.drgsoft.com/
You can reach Alex Devilliers:
By E-Mail: support@drgsoft.com
By ICQ: 1535372 (Elbereth)
What's new?
-----------
Version 1.2.1:
+ Added verifications (check if files exist).
- Removed the need of having cmctl32.ocx.
! Removed a debug msgbox.
Version 1.1.6:
+ Added IncludeFile (IM) to the UHT file format.
Maximum number of IncludeFile: 100
+ Added Preview (PV) to the UHT file format.
! Fixed many bugs..
Version 1.0.6:
i First working version ever.
i Updated documentation on 04/11/2000.
Now included in the Dragon UnPACKer archive.
===============================================================================